home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Graphics_Utils
/
Video Easel
/
CAMRexx
/
CAMParityFlip.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-06-24
|
349b
|
18 lines
/* CAM-Parity-Flip 1.00 © THOR 1995 by an idea of Toffoli */
MakeAlgorithm:
PLANEALGORITHM neumann centers
return
MakePlane:
if plane=0 then; do
newplane=center ^ north ^ south ^ west ^ east ^ center_
if newplane=0 then SETPLANE off
else SETPLANE on
end; else; do
SETPLANE center
end
return